String Schema
AirlineResponseTypes Complex Type
Description
Airline types
Namespace http://string.drv.de/xmlschema/string
Diagram
LanguageCode Element Text Element Sequence AirlineName Element IcaoCode Element IataCode Element Choice Sequence MarketingCarrier Element LanguageCode Element Text Element Sequence AirlineName Element IcaoCode Element IataCode Element Choice Sequence OperatingCarrier Element Sequence AirlineResponseTypes Complex Type
Overview
AirlineResponseTypes
Airline types
Sequence
Sequence
Choice
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
Sequence
Choice
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
Used By
Carrier Element
Carrier Element
Carrier Element
Source
<xs:complexType name="AirlineResponseTypes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Airline types</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="OperatingCarrier" type="AirlineResponseType" nillable="true" minOccurs="0" />
    <xs:element name="MarketingCarrier" type="AirlineResponseType" nillable="true" minOccurs="0" />
  </xs:sequence>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.